home *** CD-ROM | disk | FTP | other *** search
/ CD Fun House 1 / CD Fun House (Wayzata Technology).iso / •AdventureLand• / Adventures / SpaceEscape •••• / SpaceEscape ееее / card_30927.txt < prev    next >
Text File  |  1990-10-02  |  3KB  |  135 lines

  1. -- card: 30927 from stack: in
  2. -- bmap block id: 33130
  3. -- flags: 4000
  4. -- background id: 2669
  5. -- name: foyer
  6. ----- HyperTalk script -----
  7. on opencard
  8.   put "You are in the foyer of the officer's section of the ship.  "& "Judging from the heavy  door through which you have just"& " passed, the Droolish officers don't trust the enlisted Drools a "& "whole lot.  Exits are to the north, east, and south." into field "info"
  9.   pass opencard
  10. end opencard
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=298 top=139 right=205 bottom=335
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: guard room n door
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   global objectname
  28.   put "east doorway" into objectname
  29.   visual effect zoom open
  30.   go to card "guard room door"
  31.   global gdoors
  32.   put "e" into gdoors
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 2 (button)
  38. -- low flags: 00
  39. -- high flags: 0000
  40. -- rect: left=431 top=135 right=233 bottom=454
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: guard room n door
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   global objectname
  52.   put "south doorway" into objectname
  53.   visual effect zoom open
  54.   go to card "guard room door"
  55.   global gdoors
  56.   put "s" into gdoors
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 3 (button)
  62. -- low flags: 00
  63. -- high flags: 0000
  64. -- rect: left=187 top=135 right=233 bottom=210
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: guard room n door
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   global objectname
  76.   put "north doorway" into objectname
  77.   visual effect zoom open
  78.   go to card "guard room door"
  79.   global gdoors
  80.   put "n" into gdoors
  81. end mouseUp
  82.  
  83.  
  84.  
  85. -- part 4 (button)
  86. -- low flags: 00
  87. -- high flags: 0000
  88. -- rect: left=215 top=179 right=214 bottom=276
  89. -- title width / last selected line: 0
  90. -- icon id / first selected line: 0 / 0
  91. -- text alignment: 1
  92. -- font id: 0
  93. -- text size: 12
  94. -- style flags: 0
  95. -- line height: 16
  96. -- part name: 
  97. ----- HyperTalk script -----
  98. on mouseUp
  99.   global objectname
  100.   put "couch" into objectname
  101.   visual effect zoom open
  102.   go to card "couch"
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part 5 (button)
  108. -- low flags: 00
  109. -- high flags: 0000
  110. -- rect: left=392 top=155 right=213 bottom=418
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: 
  119. ----- HyperTalk script -----
  120. on mouseUp
  121.   global objectname
  122.   put "potted plant" into objectname
  123.   visual effect zoom open
  124.   go card "plant"
  125. end mouseUp
  126.  
  127.  
  128.  
  129. -- part contents for background part 18
  130. ----- text -----
  131. Foyer
  132.  
  133. -- part contents for background part 6
  134. ----- text -----
  135. You are in the foyer of the officer's section of the ship.  Judging from the heavy  door through which you have just passed, the Droolish officers don't trust the enlisted Drools a whole lot.  Exits are to the north, east, and south.